ocr: Restart This stops the applet and starts it again. However, it may not have much effect on applets that don't observe the start and stop methods. Reload You can use this operation to avoid restarting the Appletviewer when you've changed an applet's code. It'll reload the applet from scratch, and it's particularly useful if the applet has been recompiled. Clone This operation creates another copy of the applet. The new applet is shown in a new window, and it's started trom scratch. Tag A window pops up that displays the HTML tag for this applet. You can copy and paste the applet tag into an HTM ...